type github.com/klauspost/compress/flate.dictDecoder

15 uses

	github.com/klauspost/compress/flate (current package)
		dict_decoder.go#L27: type dictDecoder struct {
		dict_decoder.go#L40: func (dd *dictDecoder) init(size int, dict []byte) {
		dict_decoder.go#L41: 	*dd = dictDecoder{hist: dd.hist}
		dict_decoder.go#L60: func (dd *dictDecoder) histSize() int {
		dict_decoder.go#L68: func (dd *dictDecoder) availRead() int {
		dict_decoder.go#L73: func (dd *dictDecoder) availWrite() int {
		dict_decoder.go#L80: func (dd *dictDecoder) writeSlice() []byte {
		dict_decoder.go#L87: func (dd *dictDecoder) writeMark(cnt int) {
		dict_decoder.go#L94: func (dd *dictDecoder) writeByte(c byte) {
		dict_decoder.go#L104: func (dd *dictDecoder) writeCopy(dist, length int) int {
		dict_decoder.go#L151: func (dd *dictDecoder) tryWriteCopy(dist, length int) int {
		dict_decoder.go#L173: func (dd *dictDecoder) appendWindow(dst []byte) []byte {
		dict_decoder.go#L184: func (dd *dictDecoder) readFlush() []byte {
		dict_decoder.go#L197: func (dd *dictDecoder) decoded() int64 {
		inflate.go#L323: 	dict dictDecoder